Skip to content

feat: implement miscellaneous stat suggestions#836

Open
ugcodrr wants to merge 15 commits into
mainfrom
feat-misc
Open

feat: implement miscellaneous stat suggestions#836
ugcodrr wants to merge 15 commits into
mainfrom
feat-misc

Conversation

@ugcodrr
Copy link
Copy Markdown
Member

@ugcodrr ugcodrr commented May 5, 2026

  • Adds leaderboard jump/search by value for player and guild leaderboards.
    • Supports numeric value modal input from Discord leaderboards.
    • Supports suffixes like k, m, b, and t.
    • Selects the closest score at or below the requested value and pages around it.
  • Adds Quakecraft Blocks Travelled and Shots Fired coverage.
    • Blocks Travelled is added to the schema and profile display.
    • Shots Fired is enabled as a leaderboard stat.
  • Adds Zombies overall kills leaderboard support.
  • Adds Pit prestige gold requirement/progression for Add gold requirement progression  #394
    • Reads cash_during_prestige_<prestige> from the Pit profile.
    • Adds prestige gold, gold requirement, and gold progression to /pit.
    • Also surfaces total Pit EXP on the live /pit profile.
  • Adds Duels games played to /duels. (in sidebar; could also rename to Matches played)
  • Adds Galaxy Wars shots fired to the Arcade Galaxy Wars profile.
  • Adds /badge set support for Discord emoji input.
    • Keeps existing file upload support.
    • Supports Unicode emoji and Discord custom emoji strings.
  • Adds page index information to /rankings.
image
  • Adds selected Warlords class level to overall/game-mode pages.
  • Adds TNT Games playtime from achievements.tntgames_tnt_triathlon and formats minutes as time.
  • Adds individual BedWars dream mode split stats for doubles/fours variants.
    • Armed, Lucky, Rush, Swap, Ultimate, Underworld, and Voidless now have selectable split modes.
  • Adds active quest progress display when Hypixel exposes active.objectives.
    • Turbo Kart Racers known objective targets are wired for bling_bling and maps.
  • Adds aggregated total wins and total kills to /general.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
statsify Ready Ready Preview, Comment May 27, 2026 11:57pm

@ugcodrr ugcodrr marked this pull request as ready for review May 27, 2026 06:29
* Removed animalKillsPerWin and hunterKillsPerWin from FarmHunt class
* Updated FarmHuntTable to reflect changes
* Simplified data handling for animal and hunter kills

refactor(duels): rename matchesPlayed to gamesPlayed

* Updated sidebar item label for clarity

style(general): change color for total wins and kills

* Updated color for totalWins and totalKills in GeneralProfile

feat(leaderboard): add emoji to search button

* Enhanced user interface with emoji for better visibility

feat(pit): add total experience to sidebar

* Included totalExp in PitProfile sidebar for comprehensive stats

refactor(quake): adjust headshot accuracy field

* Updated headshotAccuracy field to disable leaderboard tracking

chore(locales): update placeholder text for value input

* Improved user guidance in value input placeholder
* Normalize input handling for various formats
* Enhance European number format support
* Simplify value extraction and calculation logic
.emoji(t("emojis:search.position"))
.style(ButtonStyle.Primary);

const searchValue = new ButtonBuilder()
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small blocker (don't have a good icon for the value search)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant